Added unlock and relock.
authorEric S. Raymond <esr@snark.thyrsus.com>
Fri, 19 Mar 1993 05:27:03 +0000 (05:27 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Fri, 19 Mar 1993 05:27:03 +0000 (05:27 +0000)
src/Makefile.in

index a540ef860f85c75b742fd6ebf2b3957ba895935a..7ab05dba58f3b38c4f15fdc769d3599c2f005219 100644 (file)
@@ -52,6 +52,15 @@ temacs: dotemacs
 dotemacs: xmakefile
        $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs
 
+SOURCES = *.[ch] [sm]/* COPYING Makefile.in ymakefile \
+       config.h.in README COPYING ChangeLog vms.pp-trans
+unlock:
+       chmod u+w $(SOURCES)
+
+relock:
+       chmod -w $(SOURCES)
+       chmod +w paths.h
+
 ### Some makes, like Ultrix's make, complain if you put a comment in
 ### the middle of a rule's command list!  Dummies.